From 0aa0c9b4a691f539212a02d9f29a5ed48c972092 Mon Sep 17 00:00:00 2001 From: Factiven Date: Tue, 2 May 2023 19:49:04 +0700 Subject: Display Patch v3.5.4 - 1 > Now support more device sizes than before --- pages/search/[param].js | 60 ++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 28 deletions(-) (limited to 'pages/search/[param].js') diff --git a/pages/search/[param].js b/pages/search/[param].js index f38ba76..9fc2b17 100644 --- a/pages/search/[param].js +++ b/pages/search/[param].js @@ -201,14 +201,14 @@ export default function Card() {
-
-
+
+
-

+

TITLE

-

TYPE

+

+ TYPE +

{ setSelectedSort(e.target.value); setData(null); @@ -254,7 +258,7 @@ export default function Card() { {/* OPTIONS */}
-
+
{isVisible && ( -
-

+
+

GENRE

-
-

+
+

TYPE

{loading ? "" : !data?.length && ( -
+
Oops!

Nothing's Found...
)} @@ -387,7 +391,7 @@ export default function Card() { {anime.title.userPreferred} -

+

{anime.status === "RELEASING" ? ( ) : anime.status === "NOT_YET_RELEASED" ? ( @@ -416,7 +420,7 @@ export default function Card() { {anime.title.userPreferred}

-

+

{anime.format ||

-

} ·{" "} {anime.status ||

-

} ·{" "} {anime.episodes || 0} Episodes @@ -431,10 +435,10 @@ export default function Card() { {[1, 2, 4, 5, 6, 7, 8].map((item) => (
- +
))} @@ -445,7 +449,7 @@ export default function Card() { {!loading && page > 10 && nextPage && ( -- cgit v1.2.3